home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000194_news@columbia.edu _Thu Oct 14 09:25:52 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA27953
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 14 Oct 1999 09:25:52 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA21965
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 14 Oct 1999 09:11:32 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Opening a tty for exclusive access
  11. Date: 14 Oct 1999 13:11:31 GMT
  12. Organization: Columbia University
  13. Message-ID: <7u4kq3$lea$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16.  
  17. An interesting question came recently in the beta testing of
  18. C-Kermit 7.0:
  19.  
  20.   http://www.columbia.edu/kermit/ck70.html
  21.  
  22. How does one open a dialout (tty) device in QNX for exclusive
  23. access?  In other forms of UNIX we have the hideous UUCP
  24. lockfile mechanism, but not in QNX.
  25.  
  26. A user who was testing Kermit on QNX tried out the "find a free
  27. dialout device" script:
  28.  
  29.   http://www.columbia.edu/kermit/ckscripts.html
  30.   ftp://kermit.columbia.edu/kermit/scripts/ckermit/getline
  31.  
  32. and it didn't work at all.  User A could grab /dev/ser1, make a
  33. call, and be carrying on a session, and user B could open the
  34. same device while user A's session is active.
  35.  
  36. I assume that QNX must have some API for opening a device (or
  37. file) for exclusive access, but I don't know what it is.  Can
  38. someone help?
  39.  
  40. Thanks!
  41.  
  42. Frank da Cruz
  43. The Kermit Project
  44. Columbia University